home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / comm / tcp / k11usr_11.lha / Kuang11USR.doc < prev   
Text File  |  1997-04-19  |  3KB  |  84 lines

  1. Kuang11USR.amirx 1.1 (19.4.97) by Remco van Hooff (Xcal) <rvhooff@caiw.nl>
  2.  
  3.   This is a gui frontend for the user list of Kuang Eleven 2.8.
  4.  
  5. Requirements:
  6.   Kuang Eleven 2.8 or higher
  7.   AmIRC 1.40 or higher
  8.   RexxReqTools.library (should at least be installed by Kuang Eleven)
  9.  
  10. Installation:
  11.   Copy the script to the rexx dir of AmIRC and add the following alias (don't
  12.   forget to save!).
  13.  
  14.   /alias kusr /rx 'setclip("kusrinit","%p");setclip("amirc",address());if show(P,KUANGUSR) then do;address KUANGUSR SHOW;exit;end;pragma(S,20000);address command "sys:rexxc/muirexx rexx/kuang11usr.amirx PORT KUANGUSR"'
  15.  
  16. Usage:
  17.   Startup:
  18.   /kusr [flags]
  19.  
  20.   The optional flags will be shown in the listview at startup,
  21.   default is to list all the entries in your userlist.
  22.  
  23.   You can also list multiple flags at once each flag group should be separated
  24.   by |.
  25.  
  26.   E.g. "bot|d" will list all entries matching "bot" (vop) AND "d" (Note this is
  27.   not the same as listing vopd).
  28.  
  29.  
  30.   User List page:
  31.   - List by          : users with matching flags that will be listed in the
  32.                        listview, multiple flags (see above) are allowed.
  33.   - Del User         : remove the current selected user from the user list.
  34.   - Double click     : show the data from the selected user in the "User"
  35.                        gadgets.
  36.  
  37.   - Nick, Flags, Host: enter/change the user data here.
  38.   - Update User      : update the selected user with the current data.
  39.   - Add User         : add the defined user to the user list.
  40.   - Clear            : clear the User gadgets.
  41.  
  42.   User Flags page:
  43.   If you're not that good in remembering the user flags, you can use this page
  44.   to set them.
  45.  
  46.   Double clicking on a user in the listview will update the selected flags.
  47.  
  48.   Changing the "List by" flags will result in updating of the selected flags,
  49.   when multiple flags (not the "bot" or "all" buttons) are used the last flags
  50.   group (the one(s) after the last |) is used to update the User Flags page.
  51.  
  52.   - Set List Flags   : set the "List by" gadget with the currently set flags
  53.                        (this will also result in relisting of the users with
  54.                        matching flags).
  55.   - Set Nick Flags   : set the "User" flags gadget with the currently set flags.
  56.  
  57.   Global options:
  58.   - Save             : save the currently active user list to disk, this will
  59.                        make the changes permanent.
  60.   - Reload           : reload the user from disk, this will undo any changes
  61.                        made to the user list since you last saved it.
  62.   - Quit             : Exit Kuang11USR.
  63.  
  64. Credits:
  65.   Ariel Magnum (Ariel) - Used parts of his K¹¹ scripts.
  66.   Deryk Robosson (newlook) - For beta testing.
  67.   Ben Monroe (TheBarron) - For beta testing and the comments :.)
  68.  
  69. History:
  70.   1.0 - First release.
  71.  
  72.   1.1 - Cleaned up the code a bit.
  73.       - Removed last error gadget, now using requesters.
  74.  
  75. To do:
  76.   - Clear the listview when it displays 'No match' while adding a new user.
  77.   - Sort the listview. Will have to use custom sorting code (slow in ARexx or I
  78.     could use MOOSrexx.library), MUI's built-in can only handle simple strings,
  79.     not strings containing columns like the one I use :./
  80.   - Make a guide out of this doc.
  81.   - Finish Kuang11USRcmds which is an add-on for KUSR
  82.   - Suggestions.
  83.  
  84.